.banner{
	position: relative;
}
.banner .btns{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 8vw;
	display: flex;
	align-items: center;
	z-index: 3;
	justify-content: center;
}
.banner .btns .btn{
	width: 6.13vw;
	height: 6.13vw;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1.06vw;
}
.banner .btns .btn:hover{
	/* border-color: #fff; */
}
.banner .btns .btn .iconfont{
	font-size: 2.8vw;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 16vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.banner .swiper-slide .slide-box .title{
	font-size: 6.93vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.53;
	text-align: center;
}
.banner .swiper-slide .slide-box .commonMore{
	margin-top: 6.13vw;
}
.commonMore{
	width: 37.33vw;
	height: 10.4vw;
	background: #19507B;
	border-radius: .66vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 10.4vw;
}
.commonMore .iconfont{
	margin-right: 2.53vw;
	font-size: 4.26vw;
}
.box1{
	padding: 10.66vw 0;
}
.box1 .des{
	font-size: 3.73vw;
	font-family: AlibabaPuHuiTi_2_45_Light;
	font-weight: 400;
	color: #333333;
	line-height: 1.5714;
	margin-top: 4.8vw;
}
.box1 .pic{
	margin-top: 5.6vw;
}
.box1 .pic img{
	display: block;
	width: 100%;
}
.box1 .list{
	margin-top: 6.66vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box1 .list li{
	width: 47%;
	display: flex;
	align-items: center;
	margin-bottom: 6.93vw;
}
.box1 .list li .icon .iconfont{
	font-size: 10.66vw;
}
.box1 .list li .text-box{
	flex: 1;
	margin-left: 3.2vw;
}
.box1 .list li .text-box .number{
	font-size: 3.2vw;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #777777;
	line-height: 1;
}
.box1 .list li .text-box .number .counter{
	font-size: 8vw;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-right: 1.5vw;
}
.box1 .list li .text-box .text{
	font-size: 3.2vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #777777;
	line-height: 1;
	margin-top: 2vw;
}
.box1 .commonMore{
	background-color: transparent;
	border: 1px solid #7D7D7D;
	color: rgba(51, 51, 51, 1);
	margin: 0 auto 0;
}
.box1 .commonMore .iconfont{
	color: rgba(119, 119, 119, 1);
}
.box2{
	padding: 10.66vw 0 9.33vw;
	background-color: rgba(247, 249, 251, 1);
}
.box2 .box-c{
	margin-top: 5.6vw;
}
.box2 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2 .box-c .list li{
	width: 29.85%;
	text-align: center;
	margin-bottom: 3.73vw;
}
.box2 .box-c .list li .icon{
	position: relative;
}
.box2 .box-c .list li .icon img{
	display: block;
	width: 100%;
}
.box2 .box-c .list li .icon .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 6.66vw;
	color: #44719e;
}
.box2 .box-c .list li .text{
	font-size: 4vw;
	font-family: AlibabaPuHuiTi_2_65_Medium;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin: 1.06vw 0 2.4vw;
}
.box2 .box-c .list li .more{
	display: block;
	font-size: 3.2vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #547DA7;
	line-height: 1;
}
.box3{
	padding: 10.66vw 0;
	background-image: url(../img/index-box3-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.box3 .index-title{
	color: #fff;
}
.box3 .box-t{
	position: relative;
	margin-top: 4.4vw;
	border-bottom: 1px solid rgba(218, 218, 218, .5);
	padding: 0 5.33vw;
}
.box3 .box-t .swiper{
	width: 92%;
	margin-left: 0;
	/* overflow: visible; */
}
.box3 .box-t .swiper::before{
	/* position: absolute;
	content: "";
	right: 0;
	top: 0;
	z-index: 2;
	width: 15vw;
	height: 100%;
	background: linear-gradient(to right, RGBA(6, 94, 176, 0),RGBA(6, 94, 176, 1)); */
}
.box3 .box-t .swiper-slide{
	position: relative;
	width: auto;
	font-size: 4vw;
	font-family: AlibabaPuHuiTi_2_65_Medium;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	padding: 2.26vw 0 6.26vw;
}
.box3 .box-t .swiper-slide span{
	display: block;
}
.box3 .box-t .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #fff;
	transition: all 1s;
}
.box3 .box-t .swiper-slide-thumb-active span{
	/* transform: scale(1.33);
	transform-origin: left center; */
	font-size: 5.33vw;
}
.box3 .box-t .swiper-slide-thumb-active::before{
	width: 100%;
}
.box3 .box-t .more{
	position: absolute;
	/* background-color: RGBA(6, 94, 176, 1); */
	right: 0;
	top: 0;
	z-index: 2;
	font-size: 3.2vw;
	font-family: AlibabaPuHuiTi_2_65_Medium;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	padding-right: 3.2vw;
}
.box3 .box-t .more .iconfont{
	font-size: 4.66vw;
}
.box3 .box-t .more .more-text{
	margin-top: 1.33vw;
}
.box3 .box-c{
	margin-top: 6.66vw;
}
.box3 .box-c .swiper-slide{
	padding: 0 5.33vw;
}
.box3 .box-c .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.box3 .box-c .swiper-slide .text-title{
	margin-top: 8vw;
	font-size: 4.8vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #000000;
	line-height: 1;
}
.box3 .box-c .swiper-slide .text-des{
	font-size: 3.73vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #333333;
	line-height: 1.57;
	margin-top: 4vw;
}
.box3 .box-c .swiper-slide .lables{
	margin-top: 4.66vw;
	display: flex;
	flex-wrap: wrap;
}
.box3 .box-c .swiper-slide .lable{
	height: 9.33vw;
	line-height: 9.33vw;
	padding: 0 4.44vw;
	background: #EEEEEE;
	border-radius: 4.66vw;
	font-size: 3.2vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #333333;
	margin-right: 2.66vw;
	margin-bottom: 2.66vw;
}
.box3 .box-c .swiper-slide .lable:last-child{
	margin-right: 0;
}
.box3 .commonMore{
	margin: 5.6vw auto 0;
	background-color: transparent;
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(125, 125, 125, 1);
}
.box3 .commonMore .iconfont{
	color: rgba(125, 125, 125, 1);
}
.box4{
	padding: 10.66vw 0;
	background-color: rgba(247, 249, 251, 1);
	overflow: hidden;
}
.box4 .box-c{
	margin-top: 8vw;
}
.box4 .box-c .swiper{
	overflow: visible;
	padding-bottom: 6.13vw;
}
.box4 .box-c .swiper-slide{
	background-size: cover;
	height: 130.66vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box4 .box-c .swiper-slide .text-box{
	text-align: center;
	padding: 0 7.2vw;
	color: #fff;
}
.box4 .box-c .swiper-slide .icon .iconfont{
	font-size: 12vw;
}
.box4 .box-c .swiper-slide .zh{
	font-size: 4.8vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 9.73vw;
}
.box4 .box-c .swiper-slide .en{
	font-size: 4vw;
	font-family: RanyLight;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 2.26vw;
}
.box4 .box-c .swiper-slide .des{
	font-size: 3.73vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.785;
	margin-top: 7.73vw;
}
.box4 .box-c .swiper-slide .commonMore{
	margin: 12.66vw auto 0;
	background-color: transparent;
	border: 1px solid #fff;
}
.box4 .swiper-horizontal>.swiper-pagination-bullets, 
.box4 .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -5px;
}
.box4 .swiper-pagination-bullet{
	width: 5.6vw;
	height: .8vw;
	background: #E6E6E6;
	border-radius: .4vw;
	opacity: 1;
}
.box4 .swiper-pagination-bullet-active{
	background-color: rgba(75, 118, 162, 1);
}
.box5{
	padding: 10.66vw 0 12.53vw;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
	height: 160vw;
}
.box5 .index-title{
	color: #fff;
}
.box5 .box-c{
	position: relative;
	margin-top: 10.66vw;
}
.box5 .box-c .circle-bg img{
	display: block;
	width: 100%;
}
.box5 .box-c .time-box {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box5 .box-c .time-box .li{
	position: absolute;
	cursor: pointer;
}
.box5 .box-c .time-box .li .bullet{
	position: relative;
	width: .933vw;
	height: .933vw;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(-80%,100%);
	z-index: 2;
}
.box5 .box-c .time-box .li .bullet::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	width: 7.2vw;
	height: 7.2vw;
	border-radius: 50%;
	border: .66vw solid #fff;
	opacity: 0;
}
.box5 .box-c .time-box .li.on .bullet::before{
	opacity: 1;
}
.box5 .box-c .time-box .li .li-box{
	position: absolute;
	opacity: .7;
	color: #fff;
	text-align: center;
	z-index: 3;
}
.box5 .box-c .time-box .li.on .li-box{
	opacity: 1;
}
.box5 .box-c .time-box .icon .iconfont{
	font-size: 7.6vw;
}
.box5 .box-c .time-box .text{
	font-size: 3.73vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	margin-top: 2vw;
}
.box5 .box-c .time-box .li.li1{
	top: 0;
	left: 50%;
	transform: translateX(50%);
}
.box5 .box-c .time-box .li.li1 .bullet{
	transform: translate(0%,10%);
}
.box5 .box-c .time-box .li.li1 .li-box{
	left: 50%;
	transform: translateX(-50%);
	top: 6vw;
}
.box5 .box-c .time-box .li.li2{
	top: 22vw;
	right: 5.46vw;
}
.box5 .box-c .time-box .li.li2 .li-box{
	top: -2vw;
	right: 3.46vw;
}
.box5 .box-c .time-box .li.li3{
	bottom: 22vw;
	right: 5.46vw;
}
.box5 .box-c .time-box .li.li3 .bullet{
	transform: translate(-120%,50%);
}
.box5 .box-c .time-box .li.li3 .li-box{
	bottom: 0;
	right: 5.46vw;
}
.box5 .box-c .time-box .li.li4{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.box5 .box-c .time-box .li.li4 .bullet{
	transform: translate(0%,-50%);
}
.box5 .box-c .time-box .li.li4 .li-box{
	left: 50%;
	transform: translateX(-50%);
	bottom: 6vw;
}
.box5 .box-c .time-box .li.li5{
	bottom: 22vw;
	left: 5.46vw;
}
.box5 .box-c .time-box .li.li5 .bullet{
	transform: translate(60%,0);
}
.box5 .box-c .time-box .li.li5 .li-box{
	bottom: 0;
	left: 5.46vw;
}
.box5 .box-c .time-box .li.li6{
	top: 22vw;
	left: 5.46vw;
}
.box5 .box-c .time-box .li.li6 .bullet{
	transform: translate(60%,0);
}
.box5 .box-c .time-box .li.li6 .li-box{
	top: -2vw;
	left: 3.46vw;
}
.box5 .box-c .time-box .li7{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}
.box5 .box-c .time-move{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box5 .title{
	font-size: 4.8vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	margin-top: 8vw;
}
.box5 .commonMore{
	background-color: transparent;
	border: 1px solid #fff;
	margin: 7.73vw auto 0;
}
.box6{
	padding: 10.93vw 0;
}
.box6 .box-t{
	margin-top: 5.06vw;
}
.box6 .box-t .pic img{
	width: 100%;
	display: block;
}
.box6 .box-t .text-box{
	padding-top: 5.33vw;
}
.box6 .box-t .text-box .text-title{
	font-size: 3.73vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-t .text-box .date{
	font-size: 3.2vw;
	font-family: RanyRegular;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 4.26vw;
}
.box6 .box-t .text-box .text-des{
	font-size: 3.2vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #555555;
	line-height: 1.66;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2.8vw;
}
.box6 .box-c{
	margin-top: 5.33vw;
	border-top: 1px solid rgba(236, 236, 236, 1);
	padding-top: 4.8vw;
}
.box6 .box-c li:not(:last-child){
	margin-bottom: 4vw;
}
.box6 .box-c li a{
	display: flex;
	justify-content: space-between;
}
.box6 .box-c li .pic{
	width: 39.55%;
}
.box6 .box-c li .pic img{
	display: block;
	width: 100%;
}
.box6 .box-c li .text-box{
	width: 56.11%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box6 .box-c li .text-box .text-title{
	font-size: 3.73vw;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #111111;
	line-height: 1.21;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c li .text-box .date{
	font-size: 3.2vw;
	font-family: RanyRegular;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.box6 .commonMore{
	margin: 8vw auto 0;
	background-color: transparent;
	border: 1px solid #7D7D7D;
	color: #333;
}
.box6 .commonMore .iconfont{
	color: #7D7D7D;
}